home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TTIMETABLEEDITFORM / TTIMETABLEEDITFORM.txt < prev   
Text File  |  2005-05-01  |  3KB  |  131 lines

  1. object TimeTableEditForm: TTimeTableEditForm
  2.   Left = 271
  3.   Top = 185
  4.   ActiveControl = leTableName
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 10
  7.   Caption = '%s Timetable'
  8.   ClientHeight = 373
  9.   ClientWidth = 342
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Shell Dlg'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image: TImage
  22.     Left = 1
  23.     Top = 6
  24.     Width = 40
  25.     Height = 38
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 5
  32.     Top = 56
  33.     Width = 326
  34.     Height = 13
  35.     Caption = 
  36.       'Select the cells according to your timetable and use the pop-up ' +
  37.       'menu'
  38.   end
  39.   object Grid: TStringGrid
  40.     Left = 0
  41.     Top = 78
  42.     Width = 342
  43.     Height = 255
  44.     ColCount = 8
  45.     FixedColor = 16773360
  46.     RowCount = 25
  47.     Options = [goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goThumbTracking]
  48.     PopupMenu = pmSelection
  49.     ScrollBars = ssVertical
  50.     TabOrder = 0
  51.     OnDrawCell = GridDrawCell
  52.     RowHeights = (
  53.       24
  54.       24
  55.       24
  56.       24
  57.       24
  58.       24
  59.       24
  60.       24
  61.       24
  62.       24
  63.       24
  64.       24
  65.       24
  66.       24
  67.       24
  68.       24
  69.       24
  70.       24
  71.       24
  72.       24
  73.       24
  74.       24
  75.       24
  76.       24
  77.       24)
  78.   end
  79.   object btnOk: TButton
  80.     Left = 176
  81.     Top = 348
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&OK'
  85.     ModalResult = 1
  86.     TabOrder = 1
  87.     OnClick = btnOkClick
  88.   end
  89.   object btnCancel: TButton
  90.     Left = 262
  91.     Top = 348
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = '&Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 2
  98.   end
  99.   object leTableName: TLabeledEdit
  100.     Left = 57
  101.     Top = 20
  102.     Width = 266
  103.     Height = 21
  104.     EditLabel.Width = 77
  105.     EditLabel.Height = 13
  106.     EditLabel.Caption = 'Timetable Name'
  107.     TabOrder = 3
  108.   end
  109.   object pmSelection: TPopupMenu
  110.     OnPopup = pmSelectionPopup
  111.     Left = 88
  112.     Top = 104
  113.     object pmiEnableSel: TMenuItem
  114.       Caption = '&Enable Selected'
  115.       OnClick = pmiEnableSelClick
  116.     end
  117.     object pmiDisableSel: TMenuItem
  118.       Caption = '&Disable Selected'
  119.       OnClick = pmiDisableSelClick
  120.     end
  121.     object pmiEnableAll: TMenuItem
  122.       Caption = 'E&nable All'
  123.       OnClick = pmiEnableAllClick
  124.     end
  125.     object pmiDisableAll: TMenuItem
  126.       Caption = 'Di&sable All'
  127.       OnClick = pmiDisableAllClick
  128.     end
  129.   end
  130. end
  131.